﻿2026-07-22T17:33:57.3685083Z ##[group]Run actions/checkout@v5
2026-07-22T17:33:57.3685580Z with:
2026-07-22T17:33:57.3685906Z   fetch-depth: 0
2026-07-22T17:33:57.3686219Z   repository: BigscreenVR/spt-bs-core
2026-07-22T17:33:57.3689032Z   token: ***
2026-07-22T17:33:57.3689324Z   ssh-strict: true
2026-07-22T17:33:57.3689617Z   ssh-user: git
2026-07-22T17:33:57.3689932Z   persist-credentials: true
2026-07-22T17:33:57.3690260Z   clean: true
2026-07-22T17:33:57.3690546Z   sparse-checkout-cone-mode: true
2026-07-22T17:33:57.3690900Z   fetch-tags: false
2026-07-22T17:33:57.3691197Z   show-progress: true
2026-07-22T17:33:57.3691488Z   lfs: false
2026-07-22T17:33:57.3691765Z   submodules: false
2026-07-22T17:33:57.3692061Z   set-safe-directory: true
2026-07-22T17:33:57.3692414Z   allow-unsafe-pr-checkout: false
2026-07-22T17:33:57.3692752Z ##[endgroup]
2026-07-22T17:33:57.5480606Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T17:33:57.5481784Z ##[group]Getting Git version info
2026-07-22T17:33:57.5482289Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-22T17:33:57.5718443Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-22T17:33:57.5937139Z git version 2.43.0.windows.1
2026-07-22T17:33:57.5959498Z ##[endgroup]
2026-07-22T17:33:57.5968611Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\a7c86a10-aad0-4a6a-bef2-02e0d6db12c6\.gitconfig'
2026-07-22T17:33:57.5983138Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\a7c86a10-aad0-4a6a-bef2-02e0d6db12c6' before making global git config changes
2026-07-22T17:33:57.5984127Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T17:33:57.5988176Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-22T17:33:57.7241634Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-22T17:33:57.7443727Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T17:33:57.7467689Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T17:33:57.7472071Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T17:33:57.7682891Z HEAD
2026-07-22T17:33:57.7933895Z ##[endgroup]
2026-07-22T17:33:57.7936020Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-22T17:33:58.7663339Z ##[group]Cleaning the repository
2026-07-22T17:33:58.7667221Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-22T17:34:10.7177487Z Removing .adapter-notify/
2026-07-22T17:34:10.7177903Z Removing target/
2026-07-22T17:34:10.7207191Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-22T17:34:10.9293323Z HEAD is now at a6e732dc Merge 876aba3e272fd3726fae39d0f78ff1f079acce02 into f8dfd2e679225151356761d54d6800e9800a1a1e
2026-07-22T17:34:10.9315779Z ##[endgroup]
2026-07-22T17:34:10.9320540Z ##[group]Disabling automatic garbage collection
2026-07-22T17:34:10.9325677Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-22T17:34:10.9572133Z ##[endgroup]
2026-07-22T17:34:10.9572772Z ##[group]Setting up auth
2026-07-22T17:34:10.9578005Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-22T17:34:11.0834617Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-22T17:34:12.1891089Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T17:34:12.2177119Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-22T17:34:12.7456496Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T17:34:12.7699610Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-22T17:34:13.1766164Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-22T17:34:13.3097897Z ##[endgroup]
2026-07-22T17:34:13.3107884Z ##[group]Fetching the repository
2026-07-22T17:34:13.3109083Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +a6e732dc5ac32fb4fc8f12f6833cfa3c239014c6:refs/remotes/pull/60/merge
2026-07-22T17:34:14.3752124Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-22T17:34:14.3752611Z    0f74bba3..876aba3e  build/daemon-lifecycle-w3 -> origin/build/daemon-lifecycle-w3
2026-07-22T17:34:14.3753064Z  + db069619...f8dfd2e6 main       -> origin/main  (forced update)
2026-07-22T17:34:14.3886064Z ##[endgroup]
2026-07-22T17:34:14.3886489Z ##[group]Determining the checkout info
2026-07-22T17:34:14.3886819Z ##[endgroup]
2026-07-22T17:34:14.3891620Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-22T17:34:14.4184026Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-22T17:34:14.4426219Z ##[group]Checking out the ref
2026-07-22T17:34:14.4431161Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/60/merge
2026-07-22T17:34:14.4832819Z HEAD is now at a6e732dc Merge 876aba3e272fd3726fae39d0f78ff1f079acce02 into f8dfd2e679225151356761d54d6800e9800a1a1e
2026-07-22T17:34:14.4852315Z ##[endgroup]
2026-07-22T17:34:14.5124441Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-22T17:34:14.5353468Z a6e732dc5ac32fb4fc8f12f6833cfa3c239014c6
